home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / acpi / suspend.d / 75-console-switch.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2008-10-14  |  158b  |  9 lines

  1. #!/bin/sh
  2.  
  3. # And remember which console we're on
  4. CONSOLE=`fgconsole`
  5.  
  6. # Change away from X, otherwise it'll blow up when we POST the video interface
  7. chvt 12
  8.  
  9.